home *** CD-ROM | disk | FTP | other *** search
- global progressSprite, netID, puzzleTile, stageWide, stageTall, puzzPics, progressLeft, sponsor, isSWXtra, puzzleDay, puzzlePicID, puzzleBmpID, puzzleTxtID, currentPuzzle, puzzSpec, totalPieces, puzzShading, puzzMessage
-
- on exitFrame
- if netDone(netID) and frameReady() and member("nullpic").mediaReady then
- sponsor = 0
- aSprite = 241
- repeat while aSprite <= 247
- sprite(aSprite).loc = point(-9999, -9999)
- aSprite = 1 + aSprite
- end repeat
- currentPuzzle = the movieName
- aChar = 1
- repeat while aChar <= 4
- delete char length(currentPuzzle) of currentPuzzle
- aChar = 1 + aChar
- end repeat
- updateStage()
- makeSavedPuzzle()
- initPuzzler()
- else
- go(#loop)
- end if
- end
-